To edit topbar height for
Rust In Peace layout by
thrashmetal, have to edit three DIV's height.
#alpha
#beta
#beta-inner
If increase height, increase everything. Vice versa.
If you don't want the link list and the top bar suddenly looks ugly, search for...
.customtext-widget {
}
...and paste this...
.customtext-widget {
padding:15px 0 0;
}The padding 15px
(
Read more... )